Skip to content

Conversation

Simperfit
Copy link
Contributor

This PR updates a non-valid link to the prop-types of the react-sortiable-tree component.

This PR updates a non-valid link to the prop-types of the react-sortiable-tree component.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 74.946% when pulling 31256b2 on Simperfit:patch-1 into 5bef44b on frontend-collective:master.

| dndType | string | String value used by [react-dnd](http://react-dnd.github.io/react-dnd/docs-overview.html) (see overview at the link) for dropTargets and dragSources types. If not set explicitly, a default value is applied by react-sortable-tree for you for its internal use. **NOTE:** Must be explicitly set and the same value used in order for correct functioning of external nodes |
| shouldCopyOnOutsideDrop | func or bool | Return true, or a callback returning true, and dropping nodes to react-dnd drop targets outside of the tree will not remove them from the tree. Defaults to `false`. <div>`({ node: object, prevPath: number[] or string[], prevTreeIndex: number, }): bool`</div> |
| reactVirtualizedListProps | object | Custom properties to hand to the [react-sortable-tree list](https://github.com/bvaughn/react-sortable-tree/blob/master/docs/List.md#prop-types) |
| reactVirtualizedListProps | object | Custom properties to hand to the [react-sortable-tree list](https://github.com/frontend-collective/react-sortable-tree/blob/master/src/react-sortable-tree.js#L757) |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi, the correct link is actually https://github.com/bvaughn/react-virtualized/blob/master/docs/List.md#prop-types

I can merge it once it is updated.

thanks!

@wuweiweiwu wuweiweiwu closed this Jun 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants